装好nvm,使用hexo搭建博客,吃个饭的功夫回来发现hexo指令不好使了,nvm也不好使了 = =,报错
1 | -bash: nvm: command not found |
原以为是nvm被谁卸了,使用
1 | curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash |
重新装,提示我已经装了。
oh…明白了…重跑是吧…
隧:
1 | source ~/.nvm/nvm.sh |
顺便检查下node版本
1 | ls -a ~/.nvm/versions/node |
最后我用的是4.4.5
1 | nvm use v4.4.5 |
好了,又可以愉快的提交blog了
1 | hexo clean && hexo g && hexo d |
妥妥的